From cb43f93e4858c324e60916667f0cc724e620480f Mon Sep 17 00:00:00 2001 From: "iap10@freefall.cl.cam.ac.uk" Date: Tue, 25 Jan 2005 00:58:36 +0000 Subject: [PATCH] bitkeeper revision 1.1159.223.31 (41f599bcklevTYwPtWQUZ7QK-azDbg) Fix recent patch to change the way the version string is generated. Signed-off-by: ian.pratt@cl.cam.ac.uk --- xen/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/Makefile b/xen/Makefile index 52810f207a..78d903eca6 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -65,7 +65,7 @@ include/xen/compile.h: include/xen/compile.h.in include/xen/banner.h -e 's/@@version@@/$(XEN_VERSION)/g' \ -e 's/@@subversion@@/$(XEN_SUBVERSION)/g' \ -e 's/@@extraversion@@/$(XEN_EXTRAVERSION)/g' \ - -e 's/@@changeset@@/$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)/g' \ + -e 's!@@changeset@@!$(shell bk changes -nd':D: :T: :REV: :MD5KEY:' -r+ 2>/dev/null || echo information unavailable)!g' \ < include/xen/compile.h.in > $@.new cat include/xen/banner.h >> $@.new mv $@.new $@ -- 2.30.2